projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07fedae
)
sugar: escape a "{" in the first column to pacify font-lock
author
Sam Steingold
<sds@gnu.org>
Fri, 26 Oct 2001 15:37:54 +0000
(15:37 +0000)
committer
Sam Steingold
<sds@gnu.org>
Fri, 26 Oct 2001 15:37:54 +0000
(15:37 +0000)
lisp/progmodes/sh-script.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/sh-script.el
b/lisp/progmodes/sh-script.el
index a3b95231774f16167153fe61a8ad9186108ce707..5dbd40e76e3825d2d0dd8ec032b573f05bd84e61 100644
(file)
--- a/
lisp/progmodes/sh-script.el
+++ b/
lisp/progmodes/sh-script.el
@@
-1271,7
+1271,7
@@
buffer indents as it currently is indented.
\\[sh-execute-region] Have optional header and region be executed in a subshell.
\\[sh-maybe-here-document] Without prefix, following an unquoted < inserts here document.
-{, (, [, ', \", `
+
\
{, (, [, ', \", `
Unless quoted with \\, insert the pairs {}, (), [], or '', \"\", ``.
If you generally program a shell different from your login shell you can